adTempus API
ArcanaDevelopment.adTempus.CustomObjectSupport Namespace / CustomTaskExecutorBase<T> Class / ReturnValue Property

In This Topic
    ReturnValue Property
    In This Topic
    An optional return value (exit code) passed back to adTempus and stored in the Job History. This value can also be used by Responses and is stored in a Job Variable for use elsewhere in the job.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property ReturnValue As Object
    public virtual object ReturnValue {get;}
    See Also